﻿2026-07-11T02:55:12.2253242Z ##[group]Run actions/checkout@v5
2026-07-11T02:55:12.2253737Z with:
2026-07-11T02:55:12.2254091Z   repository: SaberMage/spt-core
2026-07-11T02:55:12.2257034Z   token: ***
2026-07-11T02:55:12.2257382Z   ssh-strict: true
2026-07-11T02:55:12.2257748Z   ssh-user: git
2026-07-11T02:55:12.2258102Z   persist-credentials: true
2026-07-11T02:55:12.2258487Z   clean: true
2026-07-11T02:55:12.2258847Z   sparse-checkout-cone-mode: true
2026-07-11T02:55:12.2259668Z   fetch-depth: 1
2026-07-11T02:55:12.2260015Z   fetch-tags: false
2026-07-11T02:55:12.2260358Z   show-progress: true
2026-07-11T02:55:12.2260711Z   lfs: false
2026-07-11T02:55:12.2261060Z   submodules: false
2026-07-11T02:55:12.2261421Z   set-safe-directory: true
2026-07-11T02:55:12.2262046Z env:
2026-07-11T02:55:12.2262499Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-11T02:55:12.2263043Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-11T02:55:12.2263556Z ##[endgroup]
2026-07-11T02:55:12.3062843Z Syncing repository: SaberMage/spt-core
2026-07-11T02:55:12.3064355Z ##[group]Getting Git version info
2026-07-11T02:55:12.3064980Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-11T02:55:12.3065799Z [command]/usr/bin/git version
2026-07-11T02:55:12.3066217Z git version 2.43.0
2026-07-11T02:55:12.3075052Z ##[endgroup]
2026-07-11T02:55:12.3085927Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a0848206-edea-4f74-8b1c-729091d1e438' before making global git config changes
2026-07-11T02:55:12.3088866Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T02:55:12.3089848Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T02:55:12.3119364Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-11T02:55:12.3138319Z https://github.com/SaberMage/spt-core
2026-07-11T02:55:12.3148363Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T02:55:12.3150911Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T02:55:12.3174315Z refs/heads/main
2026-07-11T02:55:12.3180221Z [command]/usr/bin/git checkout --detach
2026-07-11T02:55:12.3614024Z HEAD is now at 706ad88b6 Merge pull request #83 from SaberMage/build/msg-identity-w5-f038
2026-07-11T02:55:12.3662387Z [command]/usr/bin/git branch --delete --force main
2026-07-11T02:55:12.3704226Z Deleted branch main (was 706ad88b6).
2026-07-11T02:55:12.3709071Z ##[endgroup]
2026-07-11T02:55:12.3711637Z [command]/usr/bin/git submodule status
2026-07-11T02:55:12.3889827Z ##[group]Cleaning the repository
2026-07-11T02:55:12.3891556Z [command]/usr/bin/git clean -ffdx
2026-07-11T02:55:14.7987962Z Removing target/
2026-07-11T02:55:14.7998872Z [command]/usr/bin/git reset --hard HEAD
2026-07-11T02:55:14.8123929Z HEAD is now at 706ad88b6 Merge pull request #83 from SaberMage/build/msg-identity-w5-f038
2026-07-11T02:55:14.8130541Z ##[endgroup]
2026-07-11T02:55:14.8132473Z ##[group]Disabling automatic garbage collection
2026-07-11T02:55:14.8135604Z [command]/usr/bin/git config --local gc.auto 0
2026-07-11T02:55:14.8160105Z ##[endgroup]
2026-07-11T02:55:14.8160542Z ##[group]Setting up auth
2026-07-11T02:55:14.8165987Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T02:55:14.8191657Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T02:55:14.8383750Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T02:55:14.8408227Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T02:55:14.8591056Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T02:55:14.8614791Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T02:55:14.8796623Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-11T02:55:14.8824837Z ##[endgroup]
2026-07-11T02:55:14.8825375Z ##[group]Fetching the repository
2026-07-11T02:55:14.8830743Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +35cae13edab658dc4fbb913140ba984774263be0:refs/remotes/pull/84/merge
2026-07-11T02:55:15.5120380Z From https://github.com/SaberMage/spt-core
2026-07-11T02:55:15.5121808Z  * [new ref]             35cae13edab658dc4fbb913140ba984774263be0 -> pull/84/merge
2026-07-11T02:55:15.5151617Z ##[endgroup]
2026-07-11T02:55:15.5152166Z ##[group]Determining the checkout info
2026-07-11T02:55:15.5153716Z ##[endgroup]
2026-07-11T02:55:15.5157010Z [command]/usr/bin/git sparse-checkout disable
2026-07-11T02:55:15.5195255Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-11T02:55:15.5219475Z ##[group]Checking out the ref
2026-07-11T02:55:15.5221833Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/84/merge
2026-07-11T02:55:15.5431260Z Previous HEAD position was 706ad88b6 Merge pull request #83 from SaberMage/build/msg-identity-w5-f038
2026-07-11T02:55:15.5433559Z HEAD is now at 35cae13ed Merge fba81ec78484804b341e5ce726bf3dd9fbddf82f into 706ad88b6d475b4d93bd8e6729a0d9b09f49060a
2026-07-11T02:55:15.5442688Z ##[endgroup]
2026-07-11T02:55:15.5484446Z [command]/usr/bin/git log -1 --format=%H
2026-07-11T02:55:15.5513481Z 35cae13edab658dc4fbb913140ba984774263be0
